home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / Bgui / include / proto / bgui.h < prev   
Encoding:
C/C++ Source or Header  |  2000-05-09  |  1.2 KB  |  53 lines

  1. #ifndef BGUI_PROTO_H
  2. /*
  3.  * @(#) $Header: /cvsroot/bgui/include/bgui_proto.h,v 41.11 2000/05/09 20:37:14 mlemos Exp $
  4.  *
  5.  * $VER: proto/bgui.h 41.10 (20.1.97)
  6.  * bgui.library prototypes. For use with 32 bit integers only.
  7.  *
  8.  * (C) Copyright 1998 Manuel Lemos.
  9.  * (C) Copyright 1996-1997 Ian J. Einman.
  10.  * (C) Copyright 1993-1996 Jaba Development.
  11.  * (C) Copyright 1993-1996 Jan van den Baard.
  12.  * All Rights Reserved.
  13.  *
  14.  * $Log: bgui_proto.h,v $
  15.  * Revision 41.11  2000/05/09 20:37:14  mlemos
  16.  * Bumped to revision 41.11
  17.  *
  18.  * Revision 41.1  2000/05/09 20:02:00  mlemos
  19.  * Merged with the branch Manuel_Lemos_fixes.
  20.  *
  21.  * Revision 1.1.2.2  1999/02/18 23:19:28  mlemos
  22.  * Added support for GCC.
  23.  *
  24.  * Revision 1.1.2.1  1998/02/26 18:39:11  mlemos
  25.  * Added missing proto/bgui.h header
  26.  *
  27.  *
  28.  */
  29. #define BGUI_PROTO_H
  30. #ifdef _DCC
  31. #include <pragmas/config.h>
  32. #else
  33. #define __SUPPORTS_PRAGMAS__ 1
  34. #endif
  35. #include <exec/types.h>
  36. #include <clib/bgui_protos.h>
  37. #ifdef __GNUC__
  38. #include <inline/bgui.h>
  39. #ifndef __NOLIBBASE__
  40. extern struct Library *
  41. #ifdef __CONSTLIBBASEDECL__
  42. __CONSTLIBBASEDECL__
  43. #endif
  44. BGUIBase;
  45. #endif
  46. #else
  47. #ifdef __SUPPORTS_PRAGMAS__
  48. extern struct Library *BGUIBase;
  49. #include <pragmas/bgui_pragmas.h>
  50. #endif
  51. #endif
  52. #endif
  53.